'宣言
Public MustInherit Class RadialBase
(Of T As Class,
M As {New, RadialBaseModel},
A As RadialBase(Of T,M,A))
Inherits MarkerSeries(Of T,M,A)
public abstract class RadialBase<T,M,A> : MarkerSeries<T,M,A> where T: class where M: new(), RadialBaseModel where A: RadialBase<T,M,A>
オンラインで表示: GitHub